What's Changed
🐛 修复问题
- fix: 修复 SSR 场景下的 bug by @li-jia-nan in #2691
- fix: 修复 createUseStorageState 在 3.7.7 以上版本返回 undefined 类型的问题 by @chooin in #2681
- fix(useAntdHooks): 修复 autoRequest 与 manual: true 冲突的问题 by @yangliguo7 in #2714
- 修复变量未定义导致的 run test 报错问题 by @luckymore in #2772
📘 文档改进
- doc: 修复排版问题 by @coding-ax in #2701
- 更新中文文档 index.zh-CN.md by @jinmmd in #2745
🛠 开发工具与维护
- chore(useLatest): 修复拼写错误 by @xbsheng in #2703
- chore: 更新钉钉二维码 by @li-jia-nan in #2700
- ♻️ chore: 移除无用代码 by @Wxh16144 in #2721
- Create static.yml 文件 by @crazylxr in #2754
- chore: 更新 static ci 配置 by @crazylxr in #2755
- chore: 添加对 React 19 的 peer 依赖 by @ianzone in #2764
- Feat/static ci 相关功能开发 by @crazylxr in #2756
🔧 类型与性能优化
- Update useMemorizedFn 的返回值类型 by @XDUyhfu in #2749
- 完善 use-url-state 的 TypeScript 出参类型 by @LongHaoo in #2731
- chore(useLatest): fix spelling by @xbsheng in #2703
- chore: update dingding qr-code by @li-jia-nan in #2700
- doc: fix typography problem by @coding-ax in #2701
- Update useMemorizedFn return value type by @XDUyhfu in #2749
- fix: fix ssr bug by @li-jia-nan in #2691
- fix: createUseStorageState 3.7.7 以上版本返回 undefined 类型问题 by @chooin in #2681
- ♻️ chore: remove dead code by @Wxh16144 in #2721
- Create static.yml by @crazylxr in #2754
- chore: update static ci by @crazylxr in #2755
- Feat/static ci by @crazylxr in #2756
- Update index.zh-CN.md by @jinmmd in #2745
- feat: use-url-state 出参 typescript 完善 by @LongHaoo in #2731
- chore: add peer react 19 by @ianzone in #2764
- fix(useAntdHooks):fix autorequest with manual is true by @yangliguo7 in #2714
- 修复变量不存在导致的 run test 报错 by @luckymore in #2772
New Contributors
- @xbsheng made their first contribution in #2703
- @coding-ax made their first contribution in #2701
- @XDUyhfu made their first contribution in #2749
- @chooin made their first contribution in #2681
- @Wxh16144 made their first contribution in #2721
- @jinmmd made their first contribution in #2745
- @LongHaoo made their first contribution in #2731
- @yangliguo7 made their first contribution in #2714
- @luckymore made their first contribution in #2772
Full Changelog: v3.8.2...v3.8.5